home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 22
/
Cream of the Crop 22.iso
/
bbs
/
fnos16a5.zip
/
HELP.ZIP
/
DUMP
< prev
next >
Wrap
Text File
|
1994-10-31
|
474b
|
17 lines
dump <hexaddress | .> [range]
The dump command shows memory in hex and ascii. Hex-address is a
32-bit value split into page address and page offset. A splitting
colon may be supplied. If decimal-range is not given , 128
bytes are displayed. 'dump .' displays memory starting at the end
of a previous dump command. This command is primarily useful for
debugging.
Example:
dump 12fe0008
dump 12fe:8
are equivalent.